volumebutton: Enable the tooltips
authorMatthias Clasen <mclasen@redhat.com>
Thu, 7 May 2020 02:56:28 +0000 (22:56 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 27 May 2020 23:02:30 +0000 (19:02 -0400)
Little point in having a query-tooltip handler if
we don't make sure ::query-tooltip is emitted.

gtk/ui/gtkvolumebutton.ui

index cf0db3ff8694801892722c6b300c1fa37ea1ec30..3c658df0c56b478b670dcc16ead0899d04c7018b 100644 (file)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <interface domain="gtk40">
   <template class="GtkVolumeButton" parent="GtkScaleButton">
+    <property name="has-tooltip">1</property>
     <property name="adjustment">
       <object class="GtkAdjustment">
         <property name="upper">1</property>